STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Patient-example-qicore.json

Raw JSON (canonical form)

Example of QICore Patient

{
  "resourceType": "Patient",
  "id": "patient-example-qicore",
  "text": {
    "status": "generated",
    "div": "<div>\n\n      <table>\n\n        <tbody>\n\n          <tr>\n\n            <td>Name</td>\n\n            <td>Todd G.\n              <b>Lerr</b>, Jr.\n            </td>\n\n          </tr>\n\n          <tr>\n\n            <td>Address</td>\n\n            <td>123 North 102nd Street, Apt 4d, Harrisburg, PA 17102</td>\n\n          </tr>\n\n          <tr>\n\n            <td>Contacts</td>\n\n            <td>Home: unknown. Work: (555) 555 1212</td>\n\n          </tr>\n\n        </tbody>\n\n      </table>\n\n    </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/us-core-race",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v3/Race",
            "code": "2106-3"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/us-core-ethnicity",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v3/Ethnicity",
            "code": "2135-2"
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "NCT",
          "valueString": "NCT01647425"
        },
        {
          "url": "period",
          "valuePeriod": {
            "start": "2012-04-01",
            "end": "2013-09-30"
          }
        },
        {
          "url": "reason",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "254637007",
                "display": "NSCLC - Non-small cell lung cancer"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-clinicalTrial"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": [
        "Lerr"
      ],
      "given": [
        "Todd",
        "G."
      ],
      "suffix": [
        "Jr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(555) 555 1212",
      "use": "work"
    },
    {
      "system": "email",
      "value": "person@example.org",
      "use": "work"
    }
  ],
  "gender": "male",
  "birthDate": "2012-06-07",
  "_birthDate": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
        "valueDateTime": "2012-06-07T06:12:45-05:00"
      }
    ]
  },
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "line": [
        "123 North 102nd Street",
        "Apt 4d"
      ],
      "city": "Harrisburg",
      "state": "PA",
      "postalCode": "17102",
      "country": "USA"
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.